home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libgd2-xpm / copyright < prev    next >
Text File  |  2009-11-05  |  5KB  |  131 lines

  1. This is GD 2.x packaged for Debian GNU systems.
  2.  
  3.  
  4.  
  5. Upstream source: http://www.libgd.org/releases/
  6.  
  7.  
  8.  
  9. Upstream author: Pierre-Alain Joye <pierre@libgd.org>
  10.  
  11.  
  12.  
  13. The following files from the upstream source has been omitted in this
  14. distribution due to missing or problematic licensing information:
  15.  
  16. VMS/*: some files lack copyright info
  17.  
  18. cmake/*: some files lack copyright info
  19.  
  20. test/*: unusable without cmake modules, and truetype file lack license
  21.  
  22.  
  23.  
  24. Copyright and licensing info, main source:
  25.  
  26.      Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
  27.      2002 by Cold Spring Harbor Laboratory. Funded under Grant
  28.      P41-RR02188 by the National Institutes of Health. 
  29.  
  30.      Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 by
  31.      Boutell.Com, Inc. 
  32.  
  33.      Portions relating to GD2 format copyright 1999, 2000, 2001, 2002
  34.      Philip Warner.
  35.      
  36.      Portions relating to PNG copyright 1999, 2000, 2001, 2002 Greg
  37.      Roelofs. 
  38.  
  39.      Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002 John  
  40.      Ellson (ellson@lucent.com).
  41.    
  42.      Portions relating to gdft.c copyright 2001, 2002 John Ellson  
  43.      (ellson@lucent.com).  
  44.  
  45.      Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
  46.          Pierre-Alain Joye (pierre@libgd.org).  
  47.  
  48.      Portions relating to JPEG and to color quantization copyright 2000,
  49.      2001, 2002, Doug Becker and copyright (C) 1994, 1995, 1996, 1997,
  50.      1998, 1999, 2000, 2001, 2002, Thomas G. Lane. This software is
  51.      based in part on the work of the Independent JPEG Group. See the
  52.      file README-JPEG.TXT for more information.
  53.  
  54.      Portions relating to WBMP copyright 2000, 2001, 2002 Maurice
  55.      Szmurlo and Johan Van den Brande.
  56.  
  57.      Permission has been granted to copy, distribute and modify gd in
  58.      any context without fee, including a commercial application,
  59.      provided that this notice is present in user-accessible supporting
  60.      documentation.
  61.  
  62.      This does not affect your ownership of the derived work itself, and 
  63.      the intent is to assure proper credit for the authors of gd, not to
  64.      interfere with your productive use of gd. If you have questions,
  65.      ask. "Derived works" includes all programs that utilize the   
  66.      library. Credit must be given in user-accessible documentation.
  67.  
  68.      This software is provided "AS IS." The copyright holders disclaim  
  69.      all warranties, either express or implied, including but not
  70.      limited to implied warranties of merchantability and fitness for a
  71.      particular purpose, with respect to this code and accompanying  
  72.      documentation.
  73.  
  74.      Although their code does not appear in gd, the authors wish to thank
  75.      David Koblas, David Rowley, and Hutchison Avenue Software Corporation
  76.      for their prior contributions.
  77.  
  78.  
  79.  
  80. Copyright and licensing info, gd_gif_out.c:
  81.  
  82. /* Code drawn from ppmtogif.c, from the pbmplus package
  83. **
  84. ** Based on GIFENCOD by David Rowley <mgardi@watdscu.waterloo.edu>. A
  85. ** Lempel-Zim compression based on "compress".
  86. **
  87. ** Modified by Marcel Wijkstra <wijkstra@fwi.uva.nl>
  88. **
  89. ** Copyright (C) 1989 by Jef Poskanzer.
  90. **
  91. ** Permission to use, copy, modify, and distribute this software and its
  92. ** documentation for any purpose and without fee is hereby granted, provided
  93. ** that the above copyright notice appear in all copies and that both that
  94. ** copyright notice and this permission notice appear in supporting
  95. ** documentation.  This software is provided "as is" without express or
  96. ** implied warranty.
  97. **
  98. ** The Graphics Interchange Format(c) is the Copyright property of
  99. ** CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  100. ** CompuServe Incorporated.
  101. */
  102.  
  103.  
  104.  
  105. Copyright and licensing info, strlcpy.c:
  106.  
  107.  * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  108.  * All rights reserved.
  109.  *
  110.  * Redistribution and use in source and binary forms, with or without
  111.  * modification, are permitted provided that the following conditions
  112.  * are met:
  113.  * 1. Redistributions of source code must retain the above copyright
  114.  *    notice, this list of conditions and the following disclaimer.
  115.  * 2. Redistributions in binary form must reproduce the above copyright
  116.  *    notice, this list of conditions and the following disclaimer in the
  117.  *    documentation and/or other materials provided with the distribution.
  118.  * 3. The name of the author may not be used to endorse or promote products
  119.  *    derived from this software without specific prior written permission.
  120.  *
  121.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  122.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  123.  * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  124.  * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  125.  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  126.  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  127.  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  128.  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  129.  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  130.  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  131.